﻿@charset "utf-8";
html{font-size:62.5%;}
body{margin:0px; font-size:12px; color:#91989f; font-family: Arial, Helvetica, sans-serif,Microsoft YaHei; cursor:default; }
*{padding:0px; margin:0px;}
body,ul,ol,dl,dd,h1,h2,h3,h4,h5,h6,p,i,b,em,span,form,fieldset,legend,input,textarea,select,button,th,td {margin:0; padding:0; font-family: Arial, Helvetica, sans-serif,Microsoft YaHei;}
h1,h2,h3,h4,h5,h6 {list-style:none; font-weight:normal; color:#555;}
input,select,button{font-size:12px; font-family: Arial, Helvetica, sans-serif,Microsoft YaHei; border:0; background:none; outline:none; vertical-align:middle;}
button {overflow:visible}
img{border:none;}
li{list-style:none;}
a{color:#91989f; text-decoration:none;
-webkit-transition:all .3s;
-moz-transition:all .3s;
-ms-transition:all .3s;
-o-transition:all .3s;
transition:all .3s;}
a:hover{color:#005caf;}
.con{width:1200px; margin:0 auto;}
.clear{overflow:hidden; clear:both; height:0px;}
.fl{float:left;}
.fr{float:right;}

.con{width:1200px; margin:0 auto;}
.container { width:1200px; margin:0 auto}
.header{width:100%; position:fixed; top:0; left:0; z-index:10;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;background:rgba(255,255,255,0.9);}
.header.on{box-shadow:0 0 10px #aaa; }
.header .container{position:relative;display: flex;justify-content: space-between;}
.header .logo{width:210px; float:left; margin:20px 0 10px;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.header.on .logo{width:200px; margin:10px 0 0;}
.header .logo img{width:100%; height:auto; display:block;}

.header .an{position:absolute; top:50%; right:15px; height:18px; width:30px; display:none;
transform:translate(0,-50%);
-webkit-transform:translate(0,-50%);
-moz-transform:translate(0,-50%);
-ms-transform:translate(0,-50%);
-o-transform:translate(0,-50%);}
.header .an span{width:30px; height:2px; background-color:#555; display:block; position:absolute;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.header .an span.a1{top:0; left:0;}
.header .an span.a2{top:8px; left:0;}
.header .an span.a3{top:16px; left:0;}
.header .an.n span.a2{display:none;}
.header .an.n span.a1{top:8px; width:30px;
transform:rotate(45deg);
-o-transform:rotate(45deg);
-ms-transform:rotate(45deg);
-moz-transform:rotate(45deg);
-webkit-transform:rotate(45deg);}
.header .an.n span.a3{top:8px; width:30px;
transform:rotate(135deg);
-o-transform:rotate(135deg);
-ms-transform:rotate(135deg);
-moz-transform:rotate(135deg);
-webkit-transform:rotate(135deg);}
.header .right {float: right;text-align: left;}
.header .right .ss {line-height:110px;display: inline-block;padding: 0 15px;position: relative;color: #333;}

.header.on .right .ss {color: #333;}
.header.on .right .ss {
  line-height: 70px;
}
.header .right i {font-size: 25px;}
.header .right .wx {line-height:110px;display: inline-block;padding: 0 15px;position: relative;color: #333;}

.header.on .right .wx {color: #333;}
.header.on .right .wx {
  line-height: 70px;
}
.header .right .wx .e_j {position: absolute;width: 120px;left: 50%;margin-left: -60px;top: 110px;background: #fff;display: none}
.header .right .wx .e_j img {width: 100%;display: block;}
.header .right .wx .e_j p {line-height: 1.8;color: #333;text-align: center;}
.header .right .wx:hover .e_j{display: block;}

.search{width:100%; padding:30px 5%; background-color:#f7f7f7; position:fixed; top:0; left:0; z-index:9; display:none;box-sizing: border-box;}
.search .an_sj {width: 5%;line-height: 52px;color: #555;float: right;text-align: right;}
.search input.w_z{width:90%; height:52px; border-radius:0; font-size:18px; line-height:52px; color:#555; float:left; -webkit-appearance:none;}
.search button.s_c{width:5%; height:52px;font-size:18px; line-height:52px; text-align:center; float:left; -webkit-appearance:none;font-weight: bold;}
.search i {font-size: 18px;}

.header .nav{ }
.header .nav i{font-size:12px; color:#aaa; line-height:54px; text-align:right; position:absolute; width:50%; height:54px; right:0px; top:50%; display:none;
transform:translate(0,-50%);
-webkit-transform:translate(0,-50%);
-moz-transform:translate(0,-50%);
-ms-transform:translate(0,-50%);
-o-transform:translate(0,-50%);}

.header .nav ul li{ line-height:110px; float:left; position:relative; padding:0 30px;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}

.header.on .nav ul li{line-height:70px;}
.header .nav ul li a{display:block; font-size:18px;font-weight: bold;color:#333; text-transform:capitalize}
.header .nav ul li span{width:0; height:2px; background-color:#069bdf; position:absolute; right: 0; bottom:0;
transition:all .3s;
-o-transition:all .3s;
-ms-transition:all .3s;
-moz-transition:all .3s;
-webkit-transition:all .3s;
}
.header .nav ul li:hover span{width:100%;left: 0;}
.header .nav ul li.on span{width:100%;}
.header .nav ul li:hover a {color: #069bdf;}
.header .nav ul li.on a {color: #069bdf;}

.nav .y_j{position:relative;}
.nav .e_j{width:180px; background-color:rgba(255,255,255,.9); position:absolute; top:110px; left:50%; margin-left:-90px; display:none; z-index:9999;}
.header.on .nav .e_j{box-shadow:0 2px 2px #aaa;top: 70px;}
.header .nav ul li .e_j a{display:block; font-size:14px; color:#000;font-weight: normal;line-height:40px; border-bottom:1px solid rgba(0,0,0,0.15); text-align:center }
.header .nav .e_j a:hover{background-color:#069bdf; color:#fff;}

@media (min-width:1024px){

.header .nav .e_j{display:none !important;}
.header .nav ul li:hover .e_j{display:block !important;}
.head_h { height: 68px; display: none}
}
@media (max-width:102px){
.header .nav ul li{margin:0 15px;}
.header .nav ul li a{font-size:15px;}
}
@media (max-width:1200px){
.header .nav ul li{margin:0 20px;}
.header .nav ul li a{font-size:16px;}
}
@media only screen and (max-width:1024px){
.head_h { height: 60px; display:block}
.header{border:0; height:60px; background:#fff; width:100%}
.header .container{ padding:0;display: block;height: 60px; width:94%}
.header .logo{width:150px; margin:10px auto;float: left;}
.header.on .logo{width:150px; margin:10px auto;}
	.header .right .ss {
  line-height: 60px;
  padding: 0 10px;
}
	.header .right .wx {
  line-height: 60px;
  padding: 0 10px;
}
	.header .right {margin-right: 50px;
}
.header .an{display:block; right:10px;}
.header .an span { background-color:#999}
.header .nav ul { width: 100%;}

.header .nav{width:100%; padding:15px 5%; background-color:#fff; height:100%; position:fixed; top:60px; right:-100%; z-index:9999; overflow:auto;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s; margin-top:0;box-sizing: border-box;}
.header .nav.on{right:0;}
.header.on .nav ul li a { font-size: 16px;color: #333;}
.header .nav i{display:block;font-size: 16px;color: #333;}
.header .nav ul li{line-height:60px; text-align:left; border-bottom:1px solid rgba(0,0,0,0.15); float:none; margin:0; padding:0}
.header .nav ul li::after { background: rgba(0,0,0,0);}
.header.on .nav ul li{line-height:60px;}
.header .nav .e_j { width: 100%; border-top: 1px solid rgba(0,0,0,0.15); background: none; position: relative;display: none;top: auto; left: auto; margin: 0;padding-bottom: 10px;}
.header .nav ul li .e_j a { color:#444;font-size: 16px;text-align: left;}
	.header .nav ul li .e_j a:last-child{border-bottom: 0;}
.header .nav ul li .e_j a:hover { color:#333}
.header .nav .e_j a{border-top:0; font-size:12px; color:#aaa; line-height:32px;}
.header .nav .e_j a:hover{background:none;}
.header .nav ul li:hover .e_j{display:none;}
.header .nav ul li a{ color:#333;}
.header.on .nav .e_j {
  box-shadow:none;
  top: auto;
}
.header .nav ul li:hover span{width:0;}
.header .nav ul li.on span{width:0;}
}


.gallery-top{width:100%; position:relative;}
.gallery-top .swiper-slide {width:100%; height:100vh;}
.gallery-top .mb1{width:100%; height:100%; display:block; position:absolute; left:0; top:0; background:url(../images/mb1.png) right center / 100% repeat-y;}
.gallery-top .mb1 .nr { width:80%; margin:0 auto;}
.gallery-top .mb1 h1 { font-size:50px; color:#fff; margin-bottom:30px; text-align: right; margin-top:25%; font-weight:bold;-webkit-transition: all 0.6s;-moz-transition: all 0.6s;-o-transition: all 0.6s;transition: all 0.6s;opacity: 0;-webkit-opacity: 0;-moz-opacity: 0;-webkit-transform: translate3d(0, 300px, 0);-ms-transform: translate3d(0, 300px, 0);transform: translate3d(0, 300px, 0);}
.gallery-top .mb1 h4 { font-size:30px; color:#fff; text-align: right;-webkit-transition: all 0.8s;-moz-transition: all 0.8s;-o-transition: all 0.8s;transition: all 0.8s;opacity: 0;-webkit-opacity: 0;-moz-opacity: 0;-webkit-transform: translate3d(0, 300px, 0);-ms-transform: translate3d(0, 300px, 0);transform: translate3d(0, 300px, 0);}
.gallery-top .swiper-slide-active h1{-webkit-transform: translate3d(0, 0, 0);-ms-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);opacity: 1;-webkit-opacity: 1;-moz-opacity: 1;}
.gallery-top .swiper-slide-active h4{-webkit-transform: translate3d(0, 0, 0);-ms-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);opacity: 1;-webkit-opacity: 1;-moz-opacity: 1;}
.gallery-top .swiper-slide a {width: 100%;height: 100%;display: block;}
.gallery-top .swiper-pagination{bottom:20px !important;}
.gallery-top .swiper-pagination-bullet{
		background:none;
		opacity:1;
		margin:0 6px !important;
		width:10px;
		height:20px;line-height: 20px;text-align: left;color: #fff;font-size: 14px;
		position:relative;
		outline:none;
		vertical-align:middle;background:none;}
.gallery-top .swiper-pagination-bullet-active{width: 70px;}
	.gallery-top .swiper-pagination-bullet span{
		width:0px;
		height:1px;
		background:#CCC;
		display:block;
		margin-top:14px;
		margin-left:3px;float: right;
	}
.gallery-top .swiper-pagination-bullet i{
		background:#fff;
		height:1px;
		width:0px;
		position:absolute;
		bottom:5px;
		transform:scaleX(0);
		transform-origin:left;
		z-index:3;
		transition-timing-function:linear;
		}
.gallery-top .swiper-pagination-bullet-active i{height:4px;
		width:50px;}
	.gallery-top .swiper-pagination-bullet-active span,.swiper-pagination-bullet:hover span{
		width:50px;
		height:1px;
		background:#fff;
		position:relative;
		z-index:1;
		}
	.gallery-top .swiper-pagination-bullet-active i{
		animation:first 6s;
		}
	.gallery-top .swiper-pagination-bullet:first-child.swiper-pagination-bullet-active i{
		animation:first 6s;
		}
	.gallery-top .swiper-pagination-bullet:last-child.swiper-pagination-bullet-active i{
		animation:first 6s;
		}				
	@keyframes first{
	  0% {transform:scaleX(0);left:20px;}/*091*/
	  100% {transform:scaleX(1);left:20px;} /*0915*/
	}
	
.gallery-top .swiper-pagination-bullet.swiper-pagination-bullet-active { }


.gallery-top .swiper-button-prev{background:url(../images/banner-l.png) no-repeat; width:30px; height:50px; margin-top:0; left:1%;
background-size:30px 50px;
-webkit-background-size:30px 50px;
-moz-background-size:30px 50px;
-ms-background-size:30px 50px;
-o-background-size:30px 50px;}
.gallery-top .swiper-button-next{background:url(../images/banner-r.png) no-repeat; width:30px; height:50px; margin-top:0; right:1%;
background-size:30px 50px;
-webkit-background-size:30px 50px;
-moz-background-size:30px 50px;
-ms-background-size:30px 50px;
-o-background-size:30px 50px;}


.title{width:100%;text-align:center;margin-bottom: 35px;}
.title h1{font-size:30px;line-height:36px; color: #069bdf; padding:60px 0 10px 0;}
.title p{font-size:16px;color:#666;line-height:90px}
.title .pre{margin-right:14px;}
.title .after{margin-left:14px;}
.title .pre,.title .after{position:relative; display:inline-block; height:25px; width:45px;}
.title .pre span,.title .after span{position:absolute;background: #069bdf;width:28px; height:4px; border-radius:4px;}
.title span.one{opacity: 0.6; top:0px; left:15px;}
.title span.two{left:0; top:10px;}
.title span.three{opacity: 0.3; bottom:0px; left:9px; width:22px;}
.title .after .one{opacity: 0.6; top:0px; right:15px; left:auto;}
.title .after .two{right:0; top:10px; left:auto}
.title .after .three{opacity: 0.3; bottom:0px; right:9px; left:auto; width:22px;}
.sub-title{text-transform: uppercase;font-size: 14px;}

.title1{width:100%;text-align:center}
.title1 h1{font-size:30px;line-height:36px; color: #fff; padding:70px 0 30px 0;}
.title1 p{font-size:16px;color:#fff;line-height:90px}
.title1 .pre{margin-right:14px;}
.title1 .after{margin-left:14px;}
.title1 .pre,.title1 .after{position:relative; display:inline-block; height:25px; width:45px;}
.title1 .pre span,.title1 .after span{position:absolute;background: #fff;width:28px; height:4px; border-radius:4px;}
.title1 span.one{opacity: 0.6; top:0px; left:15px;}
.title1 span.two{left:0; top:10px;}
.title1 span.three{opacity: 0.3; bottom:0px; left:9px; width:22px;}
.title1 .after .one{opacity: 0.6; top:0px; right:15px; left:auto;}
.title1 .after .two{right:0; top:10px; left:auto}
.title1 .after .three{opacity: 0.3; bottom:0px; right:9px; left:auto; width:22px;}

.sy_cpjs {padding: 0px 0 50px;}

.cplb{width:100%; position:relative;}
.cplb .swiper-slide{width:100%; height:auto; display:block;padding-top: 20px;padding-bottom:20px}
.cplb .swiper-slide .tp {}
.cplb .swiper-slide .main-pro-img {
    width: 45%;
}
.lbwc .swiper-pagination{bottom:20px !important;text-align: center;width: 100%;}
.lbwc .swiper-pagination-bullet {width:12px; height:12px; display:inline-block; opacity:1;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;border: #0071bc 1px solid;margin: 0 5px;}
.lbwc .swiper-pagination-bullet.swiper-pagination-bullet-active { background:#0071bc}
.cplb img {
    width: 100%;box-sizing: border-box;
}
.cplb .main-pro-bor img {
    width: 100%;
    position: relative;
    max-height: 400px;
}
img {
    vertical-align: middle;
    border: 0;
    outline: none;
}
 .main-pro-bor {
   
    position: relative;
}
 .main-pro-bor span {
    background: #e62129;
    color: #fff;
    padding: 8px 26px;
    display: inline-block;
    border-radius: 8px;
    position: absolute;font-size: 14px;
    top: -20px;
    right: 50px;z-index: 9
}

 .main-pro-con {
    width: 50%;
    text-align: left;
}
 .main-pro-con > div {
    position: relative;margin-top:30px
}
.main-pro-con span {padding: 5px 20px;border: #0071bc 1px solid;margin-bottom: 10px;background: #0071bc;color: #fff;font-size: 14px;margin-bottom: 20px;}
 .main-pro-con h3 {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 30px;margin-top: 15px; color: #333;
}
 .main-pro-con p
{
	line-height: 1.9;
	font-size: 15px;
	text-indent: 2em;color: #666;margin-bottom: 20px;display: -webkit-box;
overflow: hidden;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
}
.main-pro-more
{
	border: 1px solid #0071bc;
	display: inline-block;
	padding: 8px 36px;
	position: relative;
	margin-top: 36px;transition:all .3s;
-o-transition:all .3s;
-ms-transition:all .3s;
-moz-transition:all .3s;
-webkit-transition:all .3s;color: #555;
}

.main-pro-more:hover{ background: #069bdf; color: #fff;transition:all .3s;
-o-transition:all .3s;
-ms-transition:all .3s;
-moz-transition:all .3s;
-webkit-transition:all .3s;transform: translateY(-5px);

	-wbkit-transform: translateY(-5px);

	-o-transform: translateY(-5px);

	-moz-transform: translateY(-5px);}
.lbwc {position: relative;padding-bottom: 50px}
.cplb .swiper-pagination{bottom:20px !important;}
.cplb .swiper-pagination-bullet {width:15px; height:15px; display:inline-block; border-radius:0; opacity:1;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;}
.cplb .swiper-pagination-bullet.swiper-pagination-bullet-active { background:#000}
.lbwc .swiper-button-prev{background:rgba(0,0,0,0.3 )url(../images/banner-l.png) no-repeat; width:30px; height:50px; margin-top:0; left:-35px;
background-size:30px 50px;
-webkit-background-size:30px 50px;
-moz-background-size:30px 50px;
-ms-background-size:30px 50px;
-o-background-size:30px 50px;}
.lbwc .swiper-button-next{background:rgba(0,0,0,0.3) url(../images/banner-r.png) no-repeat; width:30px; height:50px; margin-top:0; right:-35px;
background-size:30px 50px;
-webkit-background-size:30px 50px;
-moz-background-size:30px 50px;
-ms-background-size:30px 50px;
-o-background-size:30px 50px;}
/*关于我们*/
.about { height:550px; background:url(../images/about.jpg) center center no-repeat; width:100%; }
.about .con { padding-top:60px}
.about .tp { width:695px; float:left;position: relative;}
.about .tp .mb {width: 100%;height: 100%;left: 0;top: 0;background: rgba(0,0,0,0.2) url(../images/video_btn.png) center no-repeat;position: absolute;}
.about .tp img { width:100%}
.about .text { width:430px; float:right}
.about .text h2 { font-size:30px; color:#fff; margin-bottom:10px;}
.about .text .lin { height:2px; text-align:left; margin-bottom:20px}
.about .text .lin span { width:50px; height:2px; background:#fff; display:block}
.about .text p { line-height:28px; font-size:14px; color:#fff;}
.about .text .more a { color:#fff; height:36px; width:130px; line-height:36px; display:block; text-align:center;box-shadow: 0 8px 18px 0 rgba(41, 146, 255, 0.3);background: -webkit-linear-gradient(left, #fccd60 , #f37400);background: -o-linear-gradient(right, #fccd60, #f37400);background: -moz-linear-gradient(right, #fccd60, #f37400);background: linear-gradient(to right, #fccd60 , #f37400); margin:30px auto; float: left;border-radius:50px;-moz-border-radius:50px;-webkit-border-radius:50px; font-size:14px }
.about .text .more a:hover { background: -webkit-linear-gradient(left, #fbb100 , #f77100);background: -o-linear-gradient(right, #fbb100, #f77100);background: -moz-linear-gradient(right, #fbb100, #f77100);background: linear-gradient(to right, #fbb100 , #f77100); -webkit-transition: all 0.4s linear -1ms;

-moz-transition: all 0.4s linear -1ms;

-ms-transition: all 0.4s linear -1ms;

-o-transition: all 0.4s linear -1ms;

transition: all 0.4s linear -1ms;}

.ffangan {
  padding: 10px 0 70px;
}
.ffangwrap {
  margin-top: 66px;
  position: relative;
  width: 100%;
}
.ffangwrap:before {
  content: '';
  position: absolute;
  left: 0;
  top: 122px;
  z-index: 0;
  width: 100%;
  height: 1px;
  background-color: #e3e3e3;
}
.ffanglist {
  max-width: 1376px;
  padding: 0 20px;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  font-size: 0;
}
.ffanglist li {
  display: inline-block;
  width: 25%;
  position: relative;
}
.ffanglist li:after {
  content: '';
  position: absolute;
  right: -13px;
  top: 110px;
  z-index: 1;
  width: 26px;
  height: 26px;
  background: url('../images/dot3.png') center no-repeat;
}
.ffanglist li:nth-child(1):before {
  content: '';
  position: absolute;
  left: -13px;
  top: 110px;
  z-index: 1;
  width: 26px;
  height: 26px;
  background: url('../images/dot3.png') center no-repeat;
}
.ffanglist li .lin {
  position: relative;
}
.ffanglist li .lin:before {
  content: '';
  position: absolute;
  left: 0;
  top: 122px;
  z-index: -1;
  width: 100%;
  height: 1px;
  background-color: #e3e3e3;
}
.ffanglist li a {
  display: block;
}
.ffanglist .pic {
  width: 244px;
  height: 244px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 30px;
}
.ffanglist .pic img {
  width: 100%;
  height: 100%;
}
.ffanglist li h3 {
  font-size: 24px;
  color: #333;
  line-height: 40px;
  font-weight: bold;
  height: 40px;
  overflow: hidden;
}
.ffanglist li .en {
  font-size: 18px;
  color: #999;
  line-height: 30px;
  font-family: 'arial';
  overflow: hidden;
}
.ffanglist li:hover .en {
  color: #069bdf;
}
.ffanglist li:hover .pic {
  -webkit-box-shadow: 0 5px 5px 0 rgba(6, 155, 223, 0.5);
          box-shadow: 0 5px 5px 0 rgba(6, 155, 223, 0.5);
}
.ffanglist .en,
.ffanglist .pic {
  -webkit-transition: .6s;
  transition: .6s;
}
@media screen and (max-width: 1400px) {
  .ffanglist {
    padding: 0 30px;
  }
}
@media screen and (max-width: 1300px) {
  .ffangwrap:before {
    display: none;
  }
  .ffanglist {
    max-width: 750px;
  }
  .ffanglist li {
    width: 50%;
    margin-bottom: 30px;
  }
  .ffanglist li:nth-child(3):before {
    content: '';
    position: absolute;
    left: -13px;
    top: 110px;
    z-index: 1;
    width: 26px;
    height: 26px;
    background: url('../images/dot3.png') center no-repeat;
  }
}
@media screen and (max-width: 750px) {
  .ffanglist li h3 {
    font-size: 32px;
    line-height: 54px;
    height: 54px;
  }
  .ffanglist li .en {
    font-size: 24px;
    line-height: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 640px) {
  .ffanglist li {
    width: 100%;
  }
}


/*index-contact*/

.index-contact {

	min-width: 1200px;

	padding: 45px 0;

	background-image: url(../images/contact-bg.jpg);

	background-repeat: no-repeat;

	background-size: cover;

	background-attachment: fixed;

	background-position: center top;

	position: relative;

}

.index-contact .cover {

	position: absolute;

	top: 0;

	bottom: 0;

	left: 0;

	right: 0;

	background: rgba(0,0,0,0.5);

	z-index: 1;

}

.index-contact .s {

	position: relative;

	padding: 0 120px;

	z-index: 100;

}

.index-contact h6 {

	font-size: 30px;

	color: #fff;

	line-height: 40px;

}

.index-contact p {

	line-height: 50px;

	font-size: 18px;

	color: #eee;

}

.index-contact .btn {

	position: absolute;

	top: 50%;

	right: 120px;

	display: block;

	width: 200px;

	margin-top: -25px;

	border: 1px #fff solid;

	text-align: center;

	border-radius: 3px;

}

.index-contact .btn a {

	display: block;

	height: 48px;

	line-height: 48px;

	font-size: 18px;

	color: #fff;

}
/* start footer */
.footer_bg{background:#333; width:100%;padding:35px 0 0;}
.footer { width:1200px; margin:0 auto;padding-bottom: 25px;overflow: hidden;}
.footer .zuo3{float: left;}
.footer .zuo3 ul li { float:left;margin-right: 70px;}
.footer .zuo3 ul li.lx {margin-left: 50px;}
.footer .zuo3 ul li .tit1 a { font-size:14px; font-weight:bold; color:#fff; line-height:36px; display:block}
.footer .zuo3 ul li .line { margin-bottom:20px; height:2px; margin-top:10px}
.footer .zuo3 ul li .line span { width:15px; height:1px; background:#069bdf;-webkit-transition: all 1s;-moz-transition: all 1s;-o-transition: all 1s;transition: all 1s; display:block}
.footer .zuo3 ul li:hover .line span { width:50px; height:1px;}
.footer .zuo3 ul li a { width:100%; display:block; line-height:28px; font-size:14px; color:#999;}
.footer .zuo3 ul li a:hover { color:#eee}
.dzwz {line-height:30px;color:#fff;font-size:14px; float:left; width:350px; margin-top:20px;}
.dzwz p { line-height:30px;color:#fff;font-size:14px;opacity:0.7;-webkit-opacity:0.7;-moz-opacity:0.7; text-transform: capitalize}
.footer .you3 {float:right;}
.footer .you3 .weixin { width:120px; padding-top:20px; float: right; line-height:30px; color:#fff; text-align:center}
.footer .you3 .weixin img {width: 100%;display: block;}
.footer .you3 .dian { width:230px; float: left;}
.footer .you3 .dian h2 { font-size:20px; line-height:50px; color:#fff; padding-top:20px;}
.footer .you3 .dian p { line-height:30px; font-size:14px; color:#fff; text-align: left}
.footer_btm {line-height: 60px;background: #222;}
.copy { text-align: center;}
.copy p {font-size: 12px;text-transform: uppercase;color: #B9B9B9;}
.copy p a { color: #ffffff; -webkit-transition: 0.9s; -moz-transition: 0.9s;-o-transition: 0.9s;transition: 0.9s;}

.n_ban{width:100%; height:440px; overflow:hidden; position:relative;}
.n_ban .w_z{width:40%; text-align:center; position:absolute; top:50%; left:50%;transform:translate(0,-50%);-webkit-transform:translate(0,-50%);-moz-transform:translate(0,-50%);-ms-transform:translate(0,-50%);-o-transform:translate(0,-50%);}
.n_ban .w_z.rt{width:40%; text-align: left; position:absolute; top:50%; left:20%;}
.n_ban .w_z h3{font-size:22px; font-weight:bold; color:#333; margin-bottom:10px; text-transform:uppercase; text-shadow:0 0 10px #666}
.n_ban .w_z p{font-size:36px; margin-bottom:20px; color:#333;text-shadow:0 0 10px #666}
.n_ban .w_z a{padding:0 20px; background-color:#e77817; font-size:15px; line-height:36px; color:#fff; border-radius:20px; display:inline-block; margin:0 10px;}



.ntit {height: 60px;line-height: 60px;border-bottom: #eee 1px solid;position: relative}
.ntit .wzxx {float: left;}
.ntit .wzxx a {margin-right: 20px;font-size: 14px;color: #333;}
.ntit .wzxx a:hover{color: #003a8f}
.ntit .sub_nav {float: right;}
.ntit .sub_nav .w_z {display: none;}
.ntit .sub_nav ul li {margin-left:30px;float: left;position: relative;height:60px;}
.ntit .e_j {width:1200px; position: absolute;top: 60px;left:50%;margin-left: -600px; z-index: 9;display: none;background: #fff;}
.ntit .e_j ul li{margin-left:40px;float: left;position: relative;height:60px;}
.ntit .e_j ul li span {width:0; height:2px; background-color:#003a8f; position:absolute; left:50%; bottom:0;
transition:all .3s;
-o-transition:all .3s;
-ms-transition:all .3s;
-moz-transition:all .3s;
-webkit-transition:all .3s;
transform:translate(-50%,0);
-webkit-transform:translate(-50%,0);
-moz-transform:translate(-50%,0);
-ms-transform:translate(-50%,0);
-o-transform:translate(-50%,0);}
.ntit .e_j ul li:hover a {color: #003a8f;}
.ntit .e_j ul li:hover span {width: 100%}
.ntit .e_j ul li a {color: #333;font-size: 14px;font-family: Microsoft YaHei;}
.ntit .sub_nav ul li span {width:0; height:2px; background-color:#003a8f; position:absolute; left:50%; bottom:0;
transition:all .3s;
-o-transition:all .3s;
-ms-transition:all .3s;
-moz-transition:all .3s;
-webkit-transition:all .3s;
transform:translate(-50%,0);
-webkit-transform:translate(-50%,0);
-moz-transform:translate(-50%,0);
-ms-transform:translate(-50%,0);
-o-transform:translate(-50%,0);}
.ntit .sub_nav ul li a {color: #333;font-size: 14px;font-family: Microsoft YaHei;}
.ntit .sub_nav ul li:hover a {color: #003a8f;}
.ntit .sub_nav ul li:hover span {width: 100%}
.ntit .sub_nav ul li.on a {color: #003a8f;}
.ntit .sub_nav ul li.on span {width: 100%}
.nyhy {padding: 50px 0;}
.nyhy ul li{ float:left; width:31.3333%; margin:0 3% 40px 0; position:relative;}
.nyhy ul li .kj {transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;-webkit-box-shadow: 0 10px 15px 0 rgba(0,0,0,.02),0 15px 40px 0 rgba(0,0,0,.02);box-shadow: 0 10px 15px 0 rgba(0,0,0,.02),0 15px 40px 0 rgba(0,0,0,.02); }
.nyhy ul li:nth-child(3n) {margin-right: 0}
.nyhy ul li .tu { width:100%; position: relative;overflow:hidden}
.nyhy ul li img { width:100%; display:block;-webkit-transform:scale(1); -moz-transform:scale(1); -o-transform:scale(1); -ms-transform:scale(1); transform:scale(1); -webkit-transition: all 1s; -moz-transition: all 1s; transition: all 1s;}
.nyhy ul li:hover img { -webkit-transform:scale(1.2); -moz-transform:scale(1.2); -o-transform:scale(1.2); -ms-transform:scale(1.2); transform:scale(1.2); -webkit-transition: all 1s; -moz-transition: all 1s; transition: all 1s;}
.nyhy ul li .mb { background:rgba(0,0,0,0.8); position:absolute; width:100%; height:100%; left:0; top:0;-webkit-transition: all 0.6s;-moz-transition: all 0.6s;-o-transition: all 0.6s;transition: all 0.6s;opacity: 0;-webkit-opacity: 0;-moz-opacity: 0;z-index: 99;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.nyhy ul li:hover .mb {-webkit-transition: all 0.6s;-moz-transition: all 0.6s;-o-transition: all 0.6s;transition: all 0.6s;opacity: 1;-webkit-opacity:1;-moz-opacity:1;}
.nyhy ul li .mb img {width: 44px;}
.nyhy ul li .mb p{padding: 20px;font-size: 14px;line-height: 1.8;color: #fff;}
.nyhy ul li .wenz { padding:20px 20px 10px; background:#fff; width:100%; background:url(../images/jt.png) 90% 30px no-repeat; height: 120px;box-sizing: border-box;}
.nyhy ul li:hover .wenz {background:url(../images/jts.png) 90% 30px no-repeat;}
.nyhy ul li .wenz h3 { font-size:16px; margin-bottom:10px; color:#333;}
.nyhy ul li .wenz p { font-size:12px; color:#666; line-height:20px; display: -webkit-box;
overflow: hidden;
-webkit-box-orient: vertical;
-webkit-line-clamp:2;width: 100%}
.nyhy ul li:hover .wenz h3 { color:#003a8f;-webkit-transition: all 0.4s linear -1ms;

-moz-transition: all 0.4s linear -1ms;

-ms-transition: all 0.4s linear -1ms;

-o-transition: all 0.4s linear -1ms;

transition: all 0.4s linear -1ms;}
.nyhy ul li:hover .kj {-webkit-box-shadow: 0 10px 15px 0 rgba(0,0,0,.16),0 15px 40px 0 rgba(0,0,0,.16);box-shadow: 0 10px 15px 0 rgba(0,0,0,.16),0 15px 40px 0 rgba(0,0,0,.16);transform: translateY(-5px);-wbkit-transform: translateY(-5px);-o-transform: translateY(-5px);-moz-transform: translateY(-5px);transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;}


.cpxq {padding: 50px 0;}
.cpxq .left {width: 50%;float: left;}
.cpxqlb{width:100%; position:relative;}
.cpxqlb .swiper-slide img{width:100%; height:auto; display:block;}
.cpxqlb .swiper-pagination{bottom:10px !important;width: 100%;height: 10px;text-align: center;}
.cpxqlb .swiper-pagination-bullet {width:10px; height:10px; display:inline-block; border-radius:0; opacity:1;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;background: #eee;}
.cpxqlb .swiper-pagination-bullet.swiper-pagination-bullet-active { background:#003a8f;}
.cpxqlb .swiper-button-prev{background:rgba(0,0,0,0.3 )url(../images/banner-l.png) no-repeat; width:30px; height:50px; margin-top:0; left:0px;
background-size:30px 50px;
-webkit-background-size:30px 50px;
-moz-background-size:30px 50px;
-ms-background-size:30px 50px;
-o-background-size:30px 50px;}
.cpxqlb .swiper-button-next{background:rgba(0,0,0,0.3) url(../images/banner-r.png) no-repeat; width:30px; height:50px; margin-top:0; right:0px;
background-size:30px 50px;
-webkit-background-size:30px 50px;
-moz-background-size:30px 50px;
-ms-background-size:30px 50px;
-o-background-size:30px 50px;}
.cpxq .right {width:45%;float: right;}
.cpxq .right h3 {font-size: 20px;color: #333;margin-bottom: 20px;font-weight: bold;}
.cpxq .right p {font-size: 16px;line-height:32px;color: #555;position: relative;padding-left: 15px;margin-bottom: 10px;}
.cpxq .right p::before {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  left: 0;
  top: 12px;
  background: #7f7f7f;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.cpxq .cptd {padding-top: 50px;}
.cpxq .cptd .bt {font-size: 22px;color: #003a8f;margin-bottom: 20px;font-weight: bold;}
.cpxq .cptd h3 {font-size: 18px;color: #333;font-weight: bold;margin-bottom: 15px;}
.cpxq .cptd p {font-size: 14px;line-height: 1.8;color: #333;margin-bottom: 15px;}




















@media only screen and (max-width:1024px) {

.container { width: 90%; margin: 0 auto;-moz-box-sizing: border-box; /*Firefox3.5+*/-webkit-box-sizing: border-box; /*Safari3.2+*/-o-box-sizing: border-box; /*Opera9.6*/-ms-box-sizing: border-box; /*IE8*/box-sizing: border-box;}
.pc_ban .mb h1 { font-size: 30px;margin-bottom: 20px;margin-top: 18%;}
.gallery-top .swiper-slide {
  width: 100%;
  height: 24rem;
}
	.con {
  width: 90%;
}
	.title h1 {
  font-size: 28px;
  line-height: 36px;
  padding: 30px 0 10px 0;
}
	
	
	
	
  }

@media only screen and (max-width:600px){
	.header.on .right .wx {
  line-height: 60px;
}
	.header.on .right .ss {
  line-height: 60px;
}
	.title h1 {
  font-size: 2.4rem;
  line-height: 1.8;padding-bottom: 0
}
	
	.gallery-top .mb1 h1 {
  font-size: 2rem;
  margin-bottom:20px;text-align: center;
  margin-top:0%;
 
}
	.gallery-top .mb1 h4 {
  font-size: 1.5rem;text-align: center;
}
	.gallery-top .mb1 {display: flex;justify-content: center;align-items: center;
}
	.gallery-top .swiper-pagination {
  bottom: 10px !important;
}
	.gallery-top .swiper-button-prev{display: none;}
.gallery-top .swiper-button-next{display: none;}
	.cplb .swiper-slide .main-pro-img {
  width: 100%;
}
	.main-pro-con {
  width: 100%;
}
	.main-pro-more {
  margin-top: 16px;
}
	.sy_cpjs {
  padding: 0px 0 30px;
}
	.about .tp {
  width: 100%;
}
	.about .con {
  padding-top:30px;
}
	.about .text {
  width: 100%;margin-top: 25px;
}
	.about .text h2 {
  font-size:24px;
}
	.about {
  height: auto;overflow: hidden;
  background: url(../images/about.jpg) right center / cover no-repeat;
}
	.footer {
  width: 90%;
  padding-bottom: 25px;
}
	.footer .zuo3 ul li {display: none;
}
	.footer .zuo3 ul li.lx {
  margin-left: 0px;display: block;width: 100%;margin-right: 0;
}
.dzwz {
  width: 100%;
  margin-top: 0px;
}
	.footer .you3 .weixin {
  float: none;
}
	.footer .you3 {
  float: none;margin: 0 auto;
}
	.footer_btm {
  line-height: 1.5;padding: 10px 0;
}
	.cplb .swiper-slide {
  padding-top: 0px;
}
	.n_ban {
  height: 15rem;
}
	.n_ban .w_z.rt {
  width: 90%;
  left: 5%;
}
	.n_ban .w_z p {
  font-size: 2.4rem;
  margin-bottom: 0px;
}

.ntit {height: 50px;line-height: 50px;}
	.ntit .sub_nav  .w_z {display: block;position: absolute;right:5%;top: 0;padding: 0;width: 20px;height: 50px;background: url(../images/nyej.png) center / 100% no-repeat;}
	.ntit ul {display: none;position: absolute;top: 50px;left: 0;width: 100%;z-index: 99;background: #fff;}	
	
	.ntit .sub_nav ul li {
    margin-left:5%;width: 90%;
    margin-right: 5%;
    height: 40px;text-align: center;
}
	.ntit .wzxx a {
    margin-right: 1rem;
}
	.nyhy {
  padding: 30px 0;
}
	.nyhy ul li {
  width:100%;
  margin: 0 0 4%;
}
	.cpxq {
  padding: 30px 0;
}
	.cpxq .left {
  width: 100%;
}
	.cpxq .right {
  width: 100%;margin-top: 20px;
}
	
	
	
	
	

}

